home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / candodemo / helpfiles / card management  < prev    next >
Text File  |  1994-11-17  |  2KB  |  69 lines

  1. V- CardName                |cardname|
  2. C- FirstCard            |firstcard|
  3. C- GotoCard                |gotocard|
  4. C- LastCard                |lastcard|
  5. C- NextCard                |nextcard|
  6. C- PreviousCard            |previouscard|
  7. [E]
  8.  
  9. |cardname|
  10. WT {CardName}=CardName
  11. PL Returns the name of the current Card.
  12. ED
  13.  
  14. |firstcard|
  15. WT FirstCard [{Arg1} [,up to ten arguments]]
  16. PL Goes to the First Card in the Deck. You
  17. PL can pass up to ten arguments which are
  18. PL accessable from the card's BeforeAttachment
  19. PL and AfterAttachment scripts.
  20. PL
  21. PT SEE ALSO: 
  22. BS LastCard
  23. PT .
  24. ED
  25.  
  26. |gotocard|
  27. WT GotoCard {CardName [,{Arg1} [,up to ten arguments]]
  28. PL Goes to a specific Card in the Deck. You
  29. PL can pass up to ten arguments which are
  30. PL accessable from the card's BeforeAttachment
  31. PL and AfterAttachment scripts.
  32. ED
  33.  
  34. |lastcard|
  35. WT LastCard [{Arg1} [,up to ten arguments]]
  36. PL Goes to the Last Card in the Deck. You
  37. PL can pass up to ten arguments which are
  38. PL accessable from the card's BeforeAttachment
  39. PL and AfterAttachment scripts.
  40. PL
  41. PT SEE ALSO: 
  42. BS FirstCard
  43. PT .
  44. ED
  45.  
  46. |nextcard|
  47. WT NextCard [{Arg1} [,up to ten arguments]]
  48. PL Goes to the Next Card in the Deck. You
  49. PL can pass up to ten arguments which are
  50. PL accessable from the card's BeforeAttachment
  51. PL and AfterAttachment scripts.
  52. PL
  53. PT SEE ALSO: 
  54. BS PreviousCard
  55. PT .
  56. ED
  57.  
  58. |previouscard|
  59. WT PreviousCard [{Arg1} [,up to ten arguments]]
  60. PL Goes to the Previous Card in the Deck. You
  61. PL can pass up to ten arguments which are
  62. PL accessable from the card's BeforeAttachment
  63. PL and AfterAttachment scripts.
  64. PL
  65. PT SEE ALSO: 
  66. BS NextCard
  67. PT .
  68. ED
  69.